Dynomotion

Group: DynoMotion Message: 15309 From: geast1967 Date: 1/10/2018
Subject: Axis step buttons KmotionCNC

In the KmotionCNC, is a field in the tools setup screen, where you can define the step increment for the axis step button. I need to set different step increments for each axis, or at least for the rotary A,B and C.

How can i implement that, through a c progamm on Kflop?

Any help would be appreciated.

Group: DynoMotion Message: 15311 From: Tom Kerekes Date: 1/11/2018
Subject: Re: Axis step buttons KmotionCNC
Yes you can configure the Step Increments in Tool Setup | Joystick/Jog | Step Increments

6 different Step sizes of your choice isn't enough?

Regards
TK

On 1/10/2018 1:36 PM, g.astras@... [DynoMotion] wrote:
 

In the KmotionCNC, is a field in the tools setup screen, where you can define the step increment for the axis step button. I need to set different step increments for each axis, or at least for the rotary A,B and C.

How can i implement that, through a c progamm on Kflop?

Any help would be appreciated.


Group: DynoMotion Message: 15312 From: geast1967 Date: 1/11/2018
Subject: Re: Axis step buttons KmotionCNC
I'm afraid i wasn't understood.
Its more than enough, but i need to configure for the rotary axis A,B,C different than for the X,Y,Z. For example the X,Y,Z will have a step range 0.01, 0.1, 1.0, 5.0, 10.0, 25.0 and for the A,B,C, 1.0, 5.0, 15.0, 30.0, 45.0, 90.0. Optimal would be if i could assign a step range individually for each axis, but i think this would be difficult to do.
Group: DynoMotion Message: 15319 From: geast1967 Date: 1/16/2018
Subject: Re: Axis step buttons KmotionCNC
By looking in the screen editor, i notice that the A axis jog step button, has a motion button with ID IDC_AplusStep and IDC_AminusStep. Is there a way to assign a value to that variables, from a c programm?
I think that this would solve my problem.
Group: DynoMotion Message: 15320 From: Tom Kerekes Date: 1/17/2018
Subject: Re: Axis step buttons KmotionCNC
The Identifier for each screen control is fixed at compile time as a way to identify each screen control.  The identifier is basically an arbitrary unique integer value.  Symbolic names such as IDC_xxxxxx are defined for the values as a more friendly name to refer to a specific screen control.

I don't see how changing the Identifier would help you in any way.

Regards
TK

On 1/16/2018 10:40 PM, g.astras@... [DynoMotion] wrote:
 

By looking in the screen editor, i notice that the A axis jog step button, has a motion button with ID IDC_AplusStep and IDC_AminusStep. Is there a way to assign a value to that variables, from a c programm?
I think that this would solve my problem.


Group: DynoMotion Message: 15321 From: geast1967 Date: 1/17/2018
Subject: Re: Axis step buttons KmotionCNC
Ok my mistake, i thought it was variables name.
Anyway i suppose there is no easy way to do that.
Is there a way to duplicate the step selection buttons , ( i think they are called radio buttons). I try to make some buttons as radio buttons but nothing changed. The idea is to draw another set of 6 button, which they will select the rotary axis steps. The problem is that each button selection, must deselect the previous selected.
Any help will be appreciated.
Group: DynoMotion Message: 15323 From: Tom Kerekes Date: 1/18/2018
Subject: Re: Axis step buttons KmotionCNC
You might read this Thread:

http://www.cnczone.com/forums/dynomotion-kflop-kanalog/321888-problem-jig-grinding-machine-4.html#post2114034

Regards
TK

On 1/17/2018 10:52 PM, g.astras@... [DynoMotion] wrote:
 

Ok my mistake, i thought it was variables name.
Anyway i suppose there is no easy way to do that.
Is there a way to duplicate the step selection buttons , ( i think they are called radio buttons). I try to make some buttons as radio buttons but nothing changed. The idea is to draw another set of 6 button, which they will select the rotary axis steps. The problem is that each button selection, must deselect the previous selected.
Any help will be appreciated.